CA_LARAVEL/public/css/style.css
2020-03-13 11:11:35 +01:00

47 lines
656 B
CSS
Vendored

header {
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-align: center;
}
.logo {
font-size: 80px;
color: #FF0448;
}
.title {
font-size: 40px;
color: #636b6f;
}
.description {
font-weight: 700;
font-size: 20px;
color: #B1B0B7;
}
body {
background-color: #E7E7E7;
font-family: 'Poppins', sans-serif;
font-weight: 200;
color: #FAFAFA;
text-align: center;
}
a:link, a:visited {
font-weight: 700;
background-color: #636b6f;
color: #FAFAFA;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: #FF0448;
color: #FAFAFA;
}