This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
homepage-2017/static/css/app.css

49 lines
472 B
CSS
Raw Normal View History

2017-10-07 19:56:51 +00:00
h1, h2 {
2017-10-07 14:25:54 +00:00
font-family: 'Orbitron', cursive;
}
2017-10-07 22:02:51 +00:00
.challenges .btn-large, .header h1 {
2017-10-07 14:25:54 +00:00
background-color: #3498db;
}
.slogan {
color: #3498db;
}
footer, .map {
background-color: #34495e !important;
}
2017-10-07 19:56:51 +00:00
.card{
2017-10-07 22:02:51 +00:00
width: 300px;
2017-10-07 19:56:51 +00:00
margin: 0 auto;
}
2017-10-07 22:02:51 +00:00
2017-10-07 19:56:51 +00:00
.progress{
height:10px;
}
2017-10-07 22:02:51 +00:00
a:link {
color: black;
}
a:visited{
color: black;
}
a:hover{
color: #3498db;
}
a:active{
color: black;
2017-10-07 19:56:51 +00:00
}
ul {
font-size: 20px;
line-height: 38px;
}
2017-10-07 22:02:51 +00:00
.profile{
width:300px;
}