-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·124 lines (106 loc) · 1.74 KB
/
style.css
File metadata and controls
executable file
·124 lines (106 loc) · 1.74 KB
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
body{
background-color: #F8F9F9;
}
.noMargin{
margin:0px;
padding:0px;
}
.inner{
width:1200px;
margin:auto;
}
#topNav{
display:block;
background-image:url(Images/Free_Sample_By_Wix.jpg);
background-repeat:no-repeat;
background-size:contain;
}
.container {
width:100%;
height:350px;
background-image:url(Images/trees-1915246_1920.jpg);
background-position:center;
}
#inspiring{
display:inline-block;
font-family: "Courier New";
font-size: 45px;
}
#meetup{
float:none;
text-align: center;
margin-right:300px;
}
.aboutPara{
text-align: center;
color: black;
font-family:"Courier New";
font-size:20px;
margin-bottom:150px;
}
nav {
height: 100px;
padding: 0;
}
ul li {
list-style: none;
display: inline-block;
float: right;
line-height: 100px;
}
ul li a{
font-size: 20px;
font-family: "Courier New";
padding: 0 20px;
}
a>em{
color:rgba(23,25,126,1.00);
font:bold;
}
a{
text-decoration:none;
color: #154360;
}
a:visited{
color: #154360;
}
/* Container holding the image and the text */
.container {
position: relative;
text-align: center;
color: #154360;
font-family:"Courier New";
}
.container-bottom {
position: relative;
text-align: center;
color: black;
font-family:"Courier New";
font-size:20px;
border-radius: 50%;
}
/* Bottom left text */
.bottom-left {
float:left;
color: black;
font-family:"Courier New";
font-size: 12px;
width:300px;
}
/* Centered text */
.center{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media screen and (max-width:1200px){
.inner{
width:100%;
}
}
@media screen and (max-width:818px){
.inner{
width:100%;
}
}