mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-09 23:10:19 -04:00
56 lines
886 B
SCSS
56 lines
886 B
SCSS
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
|
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap");
|
|
|
|
* {
|
|
font-family: Poppins, sans-serif;
|
|
}
|
|
|
|
.backColor {
|
|
background-color: #293241;
|
|
color: #3D5A80;
|
|
}
|
|
|
|
.tabColor {
|
|
color: #C93241;
|
|
}
|
|
|
|
#about-body{
|
|
background-color: aqua;
|
|
}
|
|
|
|
#title{
|
|
text-align: center;
|
|
margin-top: 100px;
|
|
margin-bottom: 50px;
|
|
color: #3D5A80;
|
|
}
|
|
|
|
#container{
|
|
|
|
margin-bottom: 50px;
|
|
color: #3D5A80;
|
|
|
|
}
|
|
|
|
#teamimage{
|
|
width: 100%;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
#ourDescription{
|
|
color: #3D5A80;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
img{
|
|
width:100%;
|
|
}
|
|
#subteamTitle{
|
|
color: #3D5A80;
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
margin-bottom: 100px;
|
|
}
|