-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (47 loc) · 851 Bytes
/
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
*{
margin: 0;
padding: 0%;
font-family: sans-serif;
}
#main{
height: 94vh;
background-image: linear-gradient(to right, rgb(85, 122, 134), rgba(0, 0, 0, 0.493), rgb(85, 122, 134));
}
#mac{
padding-top: 1em;
color: white;
font-size: 2.5rem;
font-weight: 700;
}
#heading{
padding-top: 4em;
padding-bottom: 1em;
color:white;
font-size: 2.5rem;
font-weight: 700;
}
#Utxt{
margin: auto;
width: 50%;
}
}
#txt{
padding: 5px;
border-radius: 2px;
outline-style: none;
border: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
#footer{
background-color: black;
color: whitesmoke;
font-size: 18px;
text-align: center;
}
#footTxt{
padding-top: 5px;
padding-bottom: 5px;
}