-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault1.css
92 lines (91 loc) · 1.94 KB
/
default1.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.mobbgimage{
background-color: hsl(257, 40%, 49%);
font-family: 'Poppins', sans-serif,'Open Sans', sans-serif;
}
header{
background-image:Url("images/bg-mobile.svg");
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}
.huddleIcon{
padding: 15pt;
width: 264;
height: 49pt
}
.mockups{
text-align: center;
width:709;
height:506
}
.FanCommunity h1,p{
text-align: center;
color:hsl(0, 0%, 100%);
}
.registerbtn{
text-align: center;
}
button{
background-color: hsl(0, 0%, 100%);
height: 30pt;
width:160pt;
border-radius: 15pt;
color:hsl(257, 40%, 49%);
}
button:hover{
background-color:hsl(291, 30%, 95%)
}
.attribution {
font-size: 11px; text-align: center;
color:hsl(0, 0%, 100%)
}
.attribution a {
color: hsl(212, 94%, 50%);
}
@media screen and (min-width:900px){
.mobbgimage{
background-color: hsl(257, 40%, 49%);
font-family: 'Poppins', sans-serif,'Open Sans', sans-serif;
background-image:Url("images/bg-desktop.svg");
background-repeat:no-repeat;
background-size:cover;
background-position:fit-to-screen;
}
header{
background-image:none;
display: flex;
justify-content:stretch;
flex-direction: column;
position: absolute;
}
.mockups{
padding: 25pt;
margin-top: 0px;
}
main{
display: flex;
justify-content:stretch;
flex-direction: column;
position: absolute;
margin-left: 900px;
margin-top: 230px;
}
.FanCommunity h1,p{
text-align: left;
}
.registerbtn{
text-align: left;
}
.attribution {
font-size: 11px;
text-align: center;
color:hsl(0, 0%, 100%);
margin-top: 50px;
}
.social{
display:flex;
justify-content: end;
margin-left: 900px;
padding-top: 650px;
}
}