styles/main.css: untabify; set some values as non-relative

This commit is contained in:
Maciej Barć 2020-05-29 18:42:23 +02:00
parent 4968d59dad
commit e268ce7b65
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 51 additions and 49 deletions

View File

@ -22,6 +22,7 @@ body {
}
body {
background-color: rgba(1, 1, 1, 1);
font-family: Arial, Helvetica, sans-serif;
}
@ -30,7 +31,7 @@ body {
#top {
background-color: rgba(51, 51, 51, 1);
height: 6%;
height: 60px;
overflow: hidden;
}
@ -62,14 +63,15 @@ body {
/* Logo */
#src_prepare, #src, #prepare {
background-color: RGBA(88, 86, 86, 1);
background-color: rgba(88, 86, 86, 1);
margin: 0;
padding: 0;
text-align: center;
}
#src_prepare {
height: 30%;
color: rgba(1, 1, 1, 1);
height: 250px;
}
#src {