File tree Expand file tree Collapse file tree 1 file changed +107
-9
lines changed Expand file tree Collapse file tree 1 file changed +107
-9
lines changed Original file line number Diff line number Diff line change 16
16
font-weight : normal;
17
17
font-style : normal;
18
18
}
19
- .mainsection {
19
+ .header {
20
+ display : flex;
21
+ }
22
+ .logo {
20
23
display : flex;
21
24
align-items : center;
25
+ max-width : 50% ;
26
+ margin-left : 70px ;
27
+ }
28
+ .logoimg {
29
+ margin : 20px ;
30
+ max-width : 100px ;
31
+ max-height : 100px ;
32
+ }
33
+ .englishlogotext {
34
+ font-family : 'Century Gothic' ;
35
+ color : # 2b3c44 ;
36
+ font-size : 1.6em ;
37
+ margin-bottom : 0px ;
38
+ }
39
+ .arabiclogotext {
40
+ font-family : 'Dubai' ;
41
+ color : # 2b3c44 ;
42
+ font-size : 1.6em ;
43
+ margin-top : 0px ;
44
+
45
+ }
46
+ .mainsection {
47
+ display : flex;
48
+ align-items : center;
22
49
justify-content : space-between;
50
+ max-width : 80% ;
51
+ margin : auto;
52
+
23
53
}
24
54
.mainpic {
25
55
max-width : 40% ;
26
- max-height : 50 % ;
56
+ max-height : 40 % ;
27
57
border-radius : 20px ;
28
58
margin : 20px ;
29
59
}
32
62
margin-right : 20px ;
33
63
}
34
64
.hello {
35
- font-family : 'Bogue' ;font-size : 100px ;text-align : center;
65
+ font-family : 'Bogue' ;font-size : 100px ;text-align : left;
66
+ margin-top : 0px ;
67
+ margin-bottom : 0px ;
68
+ color : # 2b3c44 ;
69
+ }
70
+ .links {
71
+ display : inline-block;
72
+ margin-top : 50px ;
73
+ text-align : left;
74
+ margin-right : 40px ;
75
+ margin-left : auto;
76
+ max-width : 50% ;
77
+ }
78
+ .headerlinks {
79
+ margin-left : 30px ;
80
+ font-family : 'Bogue' ;
81
+ text-decoration : none;
82
+ color : # 2b3c44 ;
83
+ font-size : 1.2em ;
84
+ }
85
+ p {
86
+ color : # 2b3c44 ;
87
+ }
88
+ footer {
89
+ margin : 0 50px ;
90
+ }
91
+ .end {
92
+ display : flex;
93
+ justify-content : space-between;
94
+ }
95
+ .socialmedia a {
96
+ align-items : center;
97
+ color : # 2b3c44 ;
98
+ text-decoration : none;
99
+ margin : 5px ;
100
+ }
101
+ .copyright {
102
+ font-family : 'Bogue' ;
103
+ color : # 2b3c44 ;
104
+ font-size : 14px ;
36
105
}
37
106
38
107
@media (max-width : 768px ) {
108
+
39
109
.mainsection {
40
110
display : block; /* Stacks the image and text vertically */
41
111
text-align : center; /* Optional: centers the text */
42
112
}
43
113
.mainpic {
114
+ margin-top : 60px ;
44
115
margin-bottom : 20px ; /* Adds space between the image and the text */
45
116
max-width : 90% ;
117
+ border-radius : 360px ;
46
118
}
47
119
.maintext {
48
120
margin-left : 0 ; /* Removes the left margin for mobile */
49
121
margin-right : 0 ;
50
122
padding-bottom : 20px ;
51
123
}
52
- .header {
53
- display : inline;
54
- margin-left : 0 ;
55
- max-width : 100% ;
124
+ .logo {
125
+ margin-left : 30px ;
126
+ align-items : start;
127
+ justify-content : space-between;
128
+ max-width : 90% ;
56
129
}
130
+ .logoimg {
131
+ max-width : 70px ;
132
+ margin : 10px 0px ;
133
+ }
134
+ .englishlogotext {
135
+ margin-top : 10px ;
136
+ }
137
+ .arabiclogotext {
138
+ margin-top : -5px ;
139
+ }
140
+ .logotext {
141
+ margin-top : 10px ;
142
+ margin-left : 10px ;
143
+ }
144
+
57
145
.links {
58
146
display : none;
59
147
}
60
148
.hello {
61
- margin-top : -10px ;
149
+ margin-top : -30px ;
150
+ margin-bottom : 20px ;
151
+ text-align : center;
62
152
}
63
153
p {
64
- margin-top : -70 px ;
154
+ margin-top : -20 px ;
65
155
margin-bottom : 20px ;
66
156
margin-right : 30px ;
67
157
margin-left : 30px ;
68
158
}
159
+ .end {
160
+ display : block;
161
+ align-items : center;
162
+ text-align : center;
163
+ }
164
+ .socialmedia {
165
+ margin : 30px 10px 20px 10px ;
166
+ }
69
167
}
You can’t perform that action at this time.
0 commit comments