-
Notifications
You must be signed in to change notification settings - Fork 7
/
styles.css
112 lines (101 loc) · 1.79 KB
/
styles.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
.container{
text-align: center;
}
.logo {
background-image: url(images/h_img.jpg);
background-size: cover;
padding-bottom: 10%;
padding-top: 20%;
height: 120%;
width: 100%;
color: white;
}
.services {
background-image: url(images/s_image.jpg);
background-size: cover;
padding-top: 15%;
padding-bottom: 15%;
height: 70%;
color: white;
}
.about-us {
padding-top: 5%;
padding-bottom: 5%;
}
.portfolio {
padding-top: 5%;
padding-bottom: 5%;
}
.what-we-do {
padding-top: 5%;
padding-bottom: 5%;
}
.port {
position: relative;
padding: 5px;
border: 5px;
margin: 5px;
text-align: center;
color:gold;
font-size: x-large;
}
.contacts {
background-image: url(images/backgrounds/c_image.jpg);
width: 100%;
background-size: cover;
padding-top: 5%;
padding-bottom: 10%;
color: white;
align-items: center;
}
.workCo {
position: absolute;
display: none;
width: 150px;
height: 150px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 5px solid burlywood;
}
#designDetails {
display: none;
}
#developmentDetails {
display:none;
}
#managementDetails {
display: none;
}
#message {
background-color: transparent;
height: 200px;
width: 80%;
color: purple;
border: 1px solid lightyellow;
}
#email {
width: 40%;
color: white;
border: 1px solid white;
background-color: transparent;
}
#name {
width: 40%;
color: white;
border: 1px solid white;
background-color: transparent;
margin: 10px;
}
.socials {
display: flex;
align-items: center;
justify-content: center;
padding-top: 5%;
flex-direction: row;
flex-wrap: wrap;
}
::placeholder {
color: white;
opacity: 2;
}