Browse Source

commit

master
Viktor Prušák 4 years ago
parent
commit
b1856f9f52
  1. 5
      index.css

5
index.css

@ -6,6 +6,7 @@ body {
margin-right: 200px; margin-right: 200px;
margin-left: 200px; margin-left: 200px;
} }
.header p { .header p {
padding-top: 1px; padding-top: 1px;
padding-bottom: 1px; padding-bottom: 1px;
@ -21,7 +22,7 @@ body {
.text { .text {
background-color: lightgray; background-color: lightgray;
height: 35vh;
height: 38vh;
padding: 5px; padding: 5px;
text-align: justify; text-align: justify;
display: flex; display: flex;
@ -39,7 +40,7 @@ body {
.text2 { .text2 {
background-color: white; background-color: white;
height: 110vh;
height: 115vh;
text-align: justify; text-align: justify;
padding: 10px; padding: 10px;
} }

Loading…
Cancel
Save