forked from ajitesh13/Hacktoberfest-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
159 lines (148 loc) · 2.82 KB
/
stylesheet.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
a{
color: rgb(0, 217, 255);
}
a:hover{
color: #ff00aa;
}
body{
font-family: "Space Mono", monospace;
background-image: url("public/background.jpeg");
background-position: center;
background-size: 1500px auto ;
background-repeat: no-repeat;
color: #99a1b3;
font-size: 20px
}
ul{
list-style-type:none;
padding: 10px;
}
#image{
padding: 30px;
}
.image1{
padding: 30px;
height: 200px;
width: 200px;
}
#image:hover{
transform: scale(1.2);
}
.list-item{
font-size: 20px;
}
.navbar-nav>li>a{
color: yellow !important;
padding-top: 25px;
height: 60px;
font-size: 20px;
}
.navbar-nav>li>a:hover{
color: white !important;
border-bottom: 1.5px solid #fff922;
}
.navbar-default{
border: 0;
padding-bottom: 0;
}
.navbar-inner{
background-color: transparent;
}
.container-head{
width: auto;
padding: auto;
padding-left: 30px;
padding-right: 0;
padding-bottom: 0;
}
.container{
font-family: 'Space Mono', monospace;
flex-grow:1;
margin:0 auto;
position:relative;
width:auto;
}
/*.steps-list{
margin-left:3%;
}*/
.pink-highlight{
color:#ff00aa;
}
ul.animated-thank-you {
width:100%;
max-width:1200px;
margin:0 auto;
font-weight:1000;
list-style-type: none;
padding: auto;
padding: left 0;
padding-top: 50px;
}
ul.animated-thank-you li {
float:left;
display:none;
height:160px;
font-family: "Space Mono", monospace;
color: white;
letter-spacing: 4px;
font-size: 70px;
padding-top: 10px;
}
ul.animated-thank-you li.hacktober{
font-family: 'Mansalva', cursive;
font-size: 90px;
color: green;
padding-top: 20px;
padding-bottom: 40px;
}
@media screen and (min-width: 1024px){
.container{width: 85%}
}
body.section{
padding:0 135px;
margin:0;
}
@media screen and (max-width: 1288px){
body.section{
padding:30px 85px 30px 85px;
}
}
@media screen and (max-width: 1024px){
body.section{
padding:30px 30px 30px 30px;
text-align:center;
}
}
@media only screen and (max-width: 600px) {
ul.animated-thank-you li{
font-size: 40px;
height: 150px;
font-family: 'Mansalva', cursive;
}
body{
font-family: "Space Mono", monospace;
background-image: url("public/web-banner-HD-Updated.png");
background-position: center;
background-repeat: no-repeat;
color: #99a1b3;
font-size: 20px;
background-size: 110% 140%;
}
ul.animated-thank-you li.hacktober {
font-size: 50px;
}
}
.title-4{
font-family: 'Space Mono', monospace;
font-size:1.5rem;
font-weight: bold;
margin-left:1.25rem;
}
.title-5{
font-family: 'Space Mono', monospace;
font-size:2rem;
font-weight: bold;
margin-top:0.25rem;
color:white;
margin-left:1.25rem;
}