Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
This commit is contained in:
28
static/old/it1/css/form.css
Normal file
28
static/old/it1/css/form.css
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
.top {
|
||||
margin-top: 9vh;
|
||||
}
|
||||
|
||||
#status {
|
||||
margin-top: 1vh;
|
||||
}
|
||||
|
||||
#form > div > * {
|
||||
margin-bottom: 1vh;
|
||||
}
|
||||
|
||||
#form > div > label {
|
||||
margin-bottom: 0.33vh;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background-color: #333;
|
||||
border-color: #222;
|
||||
color: lime;
|
||||
}
|
||||
.form-control:focus {
|
||||
background-color: #555;
|
||||
border-color: #333;
|
||||
color: lime;
|
||||
}
|
||||
|
5
static/old/it1/css/gjestebok.css
Normal file
5
static/old/it1/css/gjestebok.css
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
.kommentar {
|
||||
font-size: 1.1rem;
|
||||
word-wrap: break-word;
|
||||
}
|
Reference in New Issue
Block a user