-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.css
44 lines (37 loc) · 1.21 KB
/
project.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
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
.bg-container {
height: 100vh;
width: 100%;
background-size: cover;
background-image: url(" https://i.pinimg.com/originals/79/a3/84/79a384c3c449ad01b0e57e790807b2c0.gif ");
background-position: center;
}
.t-card {
text-align: center;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding: 5px;
}
.main-heading {
color: white;
font-family: "Roboto";
font-size: 50px;
font-weight: bold;
text-decoration: underline;
}
.paragraph {
color: white;
font-family: "Roboto";
font-size: 30px;
}
.button {
height: 36px;
width: 148px;
color: white;
text-align: center;
background-color: #000000e6;
border-style: dashed;
border-radius: 20px;
border-width: 0px;
border-color: orange;
}