mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-20 12:20:19 -04:00
Add files via upload
Added about page css file
This commit is contained in:
parent
b01eb287b4
commit
0f808b9972
22
src/components/assets/About.scss
Normal file
22
src/components/assets/About.scss
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
table{
|
||||||
|
background-color: aqua;
|
||||||
|
|
||||||
|
|
||||||
|
margin: auto;
|
||||||
|
width: 800px;
|
||||||
|
|
||||||
|
}
|
||||||
|
th{
|
||||||
|
font-size: 20px;
|
||||||
|
border: 3px solid black;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
td{
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
|
||||||
|
font-size: 16px;
|
||||||
|
border: 3px solid black;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user