This commit is contained in:
Senad Uka
2019-11-17 16:30:47 +01:00
parent 3b873da872
commit ce3e9d8c44
11 changed files with 1981 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
.car_border {
border-style: solid;
border-size: 3px;
border-color: green;
color: white;
}
.topleft {
position: fixed;
top: 0;
left: 0;
}