-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexCss.css
199 lines (162 loc) · 2.43 KB
/
indexCss.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
.All{
font-family: 'Raleway', sans-serif;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
h1{
font-size: 80px;
text-shadow: 3px 3px 0.5px grey;
text-align: center;
}
.Menu {
background-color: #2CA5BF;
<!--#3258B2-->
height: 100px;
width: 100%;
position: fixed;
top: -100px;
box-shadow: 3px 3px 8px black;
z-index: 1000;
opacity: 0.1;
}
.Menu .nav a{
text-decoration: none;
color: black;
}
.Menu .Logo img{
float: left;
}
.Menu .nav {
margin:0 auto;
}
.Menu .nav ul{
float: right;
padding: 20px;
display: none;
}
.Menu .nav li{
display: inline;
padding: 20px;
font-size: 30px;
}
.Menu .nav li:hover{
text-shadow: 0px 0px 1px black;
}
.jumbotron {
color: #EEEEEE;
padding-top: 140px;
background-image: url('imgs/amsterdam.jpg');
height: 700px;
}
.jumbotron p{
text-shadow: 5px 5px 10px black;
}
.jumbotron .Name p{
font-size: 90px;
position: relative;
top: 20px;
display: none;
}
.jumbotron .Description p{
font-size: 40px;
display: none;
}
#AboutUs{
background-color: white;
height: 450px;
}
#AboutUs .Image {
padding: 50px 0px 0px 170px;
}
#AboutUs img{
border-radius: 6px;
box-shadow: 2px 2px 7px darkgrey;
}
#AboutUs .About {
padding: 25px 50px 0px 50px;
width: 50%;
}
#AboutUs .About h1{
position: center;
}
#AboutUs .About p{
font-size: 25px;
text-align: center;
}
#What {
height: 650px;
background-color: #D2E8E4;
<!--ADFF28 και αυτο ειναι ωραιο νομιζω-->
}
#What h1 {
padding-top: 35px;
padding-bottom: 40px;
}
#What img {
margin-bottom: 25px;
box-shadow: 2px 2px 7px grey;
border-radius: 3px;
}
#What h3 {
font-size: 35px;
}
#What p {
padding: 0px 45px 45px 45px;
max-width: 500em;
font-size: 16px;
}
#Work{
background-color: #E28974;
height: auto;
margin-top: -20px;
}
#Work h2{
font-size: 35px;
}
#Work p{
font-size: 16px;
}
#Work img {
border-radius: 3px;
}
#Work .row{
padding: 30px 0px 20px 0px;
margin-left: 10%;
}
#Work .border {
border: 1px solid black;
width:100%;
opacity: 0.05;
}
#Work .Image{
width: 40%;
}
#Work .About{
text-align: center;
width: 40%;
}
#Contact {
background-color: #C2E78E;
<!--#78B219-->
height: auto;
}
#Contact .row {
padding: 30px 0px 20px 0px;
}
#Contact .Info ul{
list-style-type: none;
}
#Contact .Social a{
text-decoration: none;
color: black;
}
.footer {
color: white;
clear: both;
position: relative;
height: auto;
background-color: #3d3d3d;
text-align: center;
font-size: 16px;
}