1 changed files with
3 additions and
2 deletions
|
|
@ -1,5 +1,6 @@
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
@ -20,6 +21,6 @@ body {
|
|
|
|
.images {
|
|
|
|
.images {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
padding-left: 5%;
|
|
|
|
padding-left: 5%;
|
|
|
|
width: fit-content;
|
|
|
|
width: 50%;
|
|
|
|
height: fit-content;
|
|
|
|
height: 50%;
|
|
|
|
}
|
|
|
|
}
|