Website design

This commit is contained in:
d3m1g0d
2019-04-06 14:11:38 +02:00
parent 212ea9ec65
commit fa6675cb04
2 changed files with 158 additions and 1 deletions

56
frontend/stylesheet.css Normal file
View File

@@ -0,0 +1,56 @@
#A {
background-color: #7e00db;
color: white;
}
#B {
background-color: #2300ff;
color: white;
}
#C {
background-color: #007bff;
color: white;
}
#D {
background-color: #00eaff;
}
#E {
background-color: #00ff00;
}
#F {
background-color: #70ff00;
}
#G {
background-color: #c3ff00;
}
#H {
background-color: #ffef00;
}
#R {
background-color: #ff9b00;
}
#I, #S {
background-color: #ff0000;
}
#J {
background-color: #f60000;
}
#T {
background-color: #c80000;
color: white;
}
#U {
background-color: #8d0000;
color: white;
}