Add 'css/style.css'

This commit is contained in:
Satya Benson 2021-10-16 04:37:19 +00:00
parent 3988d304b6
commit 5591b577f7
1 changed files with 46 additions and 0 deletions

46
css/style.css Normal file
View File

@ -0,0 +1,46 @@
html {
height: 100vh;
text-transform: lowercase;
margin: auto;
padding: 1em;
max-width: 64em;
font-family:'Zilla Slab';
color: steelblue;
background: #111;
word-wrap: break-word;
}
a {
text-decoration: none;
color: cornflowerblue;
font-weight: bold;
padding-right: 0.25em;
}
p a:hover {color: steelblue;}
hr {
border-color: #fb5;
}
ul {
list-style-type: none;
font-size: medium;
margin: 0;
padding: 0;
overflow: hidden;
}
p {
font-size: small;
}
li {
float: left;
}
li a {
color: white;
display: block;
background: dimgray;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
color:rgb(96, 89, 187);
background: #111;
}