-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.css
More file actions
122 lines (108 loc) · 1.91 KB
/
Main.css
File metadata and controls
122 lines (108 loc) · 1.91 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
body{
margin: 0;
padding:25px 50px 75px 50px;
border: 30px;
}
.welcome{
background-image: url('assets/backgrounds/h_img.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
height: 818px;
text-align: center;
margin: 0;
padding: 0;
}
.welcometext{
padding-top: 300px;
padding-right: 100px;
color: white;
font-size: large;
line-height: 30px;
}
.mclick{
padding-top: 170px;
}
.AboutUs{
text-align: center;
line-height: 30px;
}
.services{
background-image: url(assets/backgrounds/s_image.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
text-align: center;
padding-top: 80px;
color: white;
height: fit-content;
padding-bottom: 50px;
}
.portfoliohead{
text-align: center;
}
.portfolio{
display: flex;
justify-content: space-evenly;
}
.col-md-4{
padding: 100px;
}
.container{
margin: 10px;
padding: 10px;
}
.container img{
max-width: 100%;
max-height: 100%;
}
.contact{
background-image: url(assets/backgrounds/c_image.jpg);
background-size: 100% 100%;
text-align: center;
color: white;
height: 100vh;
}
.contat_us{
margin-top: 0;
border-top: 0;
padding-top: 0;
}
.cnt_btn{
background-color: transparent;
}
#cnt_email{
height: 40vh;
width: 700px;
background: transparent;
padding-top: 2px;
text-align: start;
}
input::placeholder{
color: white;
}
.portfolio h2{
text-align: center;
font-family: 'Gabriela', serif;
font-size: 1.5em;
}
.col-md-4 img{
max-width: 100%;
max-height: 100%;
align-items: center;
padding-left: 25%;
}
.portfolio{
align-items: center;
}
.whatwedo{
text-align: center;
background-position: center center;
font-family: 'quattrocento', serif;
padding: 40px;
}
.socialIcons{
text-align: center;
padding-top: 50px;
}
.footer{
text-align: center;
}