Initial version of R11 website
This commit is contained in:
72
style.css
Normal file
72
style.css
Normal file
@@ -0,0 +1,72 @@
|
||||
body {
|
||||
max-width: 1200px;
|
||||
color: #1A161A;
|
||||
font-size: 1em;
|
||||
font-family: 'Roboto', Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
header {
|
||||
float: left;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 99;
|
||||
background: #fff;
|
||||
transition: all 0.3s ease;
|
||||
height: 60px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
header div {
|
||||
padding-right: 2em;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
header div img {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
header li a {
|
||||
margin: 0;
|
||||
padding: 0.25em 10px;
|
||||
border: 0;
|
||||
float: left;
|
||||
width: 100%;
|
||||
padding: 3px 10px 3px 10px;
|
||||
color: #1A161A;
|
||||
font-size: 1.250em;
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
font-weight: 300;
|
||||
position: relative;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
header li a:hover {
|
||||
color: #fff;
|
||||
transition: all 0.5s ease;
|
||||
background: #33A5CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
gap: 1rem;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #242424;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer div {
|
||||
display: flex;
|
||||
background-color: #fff;
|
||||
color: #464646;
|
||||
font-size: 0.750em;
|
||||
}
|
||||
Reference in New Issue
Block a user