-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStylehome.css
48 lines (44 loc) · 972 Bytes
/
Stylehome.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
body {
font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
font-size: 16px;
background-color: #2d4f6b;
text-align: center;
vertical-align: top;
}
.Title{
color: #FFF;
font-size: 40px;
font-weight:bold;
position:center;
text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
letter-spacing: 3px;
text-transform: uppercase;
}
.Subtitle{
color: #FFF;
text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
letter-spacing: 2px;
font-size: 25px;
text-transform: uppercase;
padding-block-end: 10px;
}
.Login{
display: inline-block;
padding: 6px;
width: 128px;
font-weight: 300;
border: 1px solid #FFF;
color:#FFF;
font-size: 16px;
text-align: center;
text-decoration: none;
border-radius: 16px;
margin-top: 24px;
}
a{
text-decoration: none;
}
img{
width: 400px;
height: 400px;
}