File "style.css"
Full path: /home/fsibplc/public_html/fsib/firstcash/test/assets/css/style.css
File
size: 1.06 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
/* css code */
/* Basic Code */
body{
font-family: "Open sans",sans-serif;
color: #000000;
}
a{
color: #5c9f24;
}
a:hover{
color: #74c92d;
text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
font-family: "Roboto",sans-serif;
}
#header{
background: #000000;
padding: 15px;
}
#header .logo{
font-size: 28px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
}
#header .logo a{
color: #fff;
}
/* navigation menu */
.nav-menu ul{
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu > ul{
display: flex;
}
.nav-menu > ul > li{
position: relative;
white-space: nowrap;
padding: 10px 0px 10px 22px;
}
.nav-menu a{
display: block;
position: relative;
color: rgba(255, 255, 255, 0.7);
transition: 0.3s;
font-size: 14px;
font-weight: 500;
font-family: "Roboto",sans-serif;
padding: 0 4px;
text-transform: uppercase;
}
/* https://www.youtube.com/watch?v=ZMW1e7PwA8M */