-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOlivia splash.css
43 lines (40 loc) · 933 Bytes
/
Olivia splash.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
body{
width: 100%;
height: 100vh;
/*
background-image: url('IMG_0354.jpeg');
background-size: 60%;
background-repeat: no-repeat;
margin-left: 50%;
background-color: pink;
background-position: 40% 0%;
*/
}
#background{
background-image: url('IMG_0389 Medium.jpeg');
padding: 20px;
background-repeat: no-repeat;
width: 100%;
height: 100vh;
background-position: 40% 0%;
background-size: 40%;
background-color: pink;
}
button{
background-color: rgb(87,87,82);
border: none;
color: rgb(246, 240, 240);
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 26px;
margin: 4px 2px;
cursor: pointer;
float: right;
margin-top: 478px;
margin-right: 416px;
}
h1{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}