-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (54 loc) · 906 Bytes
/
style.css
File metadata and controls
63 lines (54 loc) · 906 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
body{
background-color: black;
}
h1{
font-family: 'Dancing Script', cursive;
text-align: center;
font-size: 3rem;
}
.name{
color: lightseagreen;
}
.occasion{
color: lightsalmon;
}
.invite{
color: cornflowerblue;
}
h2{
color:deeppink;
text-align: center;
font-size: 2em;
}
img{
height: 300px;
width: 500px;
border-radius: 20%;
}
.center{
float:left;
margin-top: 50px;
margin-left: 100px;
margin-right: 50px;
}
.invitation{
color: aquamarine;
font-family:'Caveat', cursive;
font-size: 2em;
text-align: end;
}
.timing{
color:aliceblue;
font-size: 2em;
margin-top: 100px;
font-family: 'Marck Script', cursive;
font-weight: bold;
}
.reception{
color: azure;
font-size: 2em;
margin-bottom: 100px;
}
.exact{
color: red;
}