-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (65 loc) · 1.31 KB
/
style.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
*{
margin: 0 auto;
padding: 0;
}
body{
/*background-color: rgb(255, 255, 255);*/
/* background-image: linear-gradient(to top, rgba(92, 97, 43, 0), rgb(253, 187, 44)); */
background-image: url("4728244.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
h1{
position: relative;
width: 100%;
padding-top: 100px;
text-align: center;
font-family: Pyidaungsu;
font-size: 3em;
color: black;
/*
font-weight: 5em;
text-decoration: underline;
*/
}
h2{
position: relative;
width: 100%;
padding-top: 60px;
text-align: center;
font-family: Pyidaungsu;
font-size: 2.5em;
color: black;
/*
font-weight: 5em;
text-decoration: underline;
*/
}
#container{
margin: 10%;
width: 80vw;
height: 90vh;
/* background-image: url("41314.jpg");
background-size: cover;
background-repeat: no-repeat;
box-shadow: 30px 30px 15px grey;
*/
}
#border{
left: 15%;
position: relative;
width: 70%;
}
#container {
/* background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(46, 47, 139)); */
}
#inviteLetter{
font-size: 2em;
text-align: center;
font-family: Pyidaungsu;
}
iframe{
width: 100%;
height: 30vh;
}