-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (37 loc) · 760 Bytes
/
style.css
File metadata and controls
43 lines (37 loc) · 760 Bytes
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 {
background-image: url(image/pexels-photo-13040146.jpeg);
background-size: cover;
}
#myDiv {
max-width: 600px;
width: 90%;
border-style: double;
border-radius: 100px;
background-image: url(image/pexels-photo-7233099.jpeg);
height: 700px;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
#bI {
border-radius: 500px;
width: 40%;
max-width: 200px;
border-style: double;
}
#Ta {
size: 5000px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 800;
}
#lO {
color: rgb(211, 210, 212);
size: 25px;
}
#fA {
color: aliceblue;
}
#Wa {
color: #f5f2f2;
}