mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Created homepage
This commit is contained in:
5
static/css/index.css
Normal file
5
static/css/index.css
Normal file
@@ -0,0 +1,5 @@
|
||||
p {
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
@@ -120,7 +120,7 @@ li {
|
||||
font-size: 18px;
|
||||
float: left;
|
||||
display: inline-block;
|
||||
width: 20%;
|
||||
width: calc(100% / 2);
|
||||
}
|
||||
|
||||
li a {
|
||||
@@ -160,3 +160,7 @@ footer {
|
||||
justify-content: space-around;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
footer p {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user