-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathislamabad.css
91 lines (77 loc) · 1.47 KB
/
islamabad.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
* {
margin: 0;
padding: 0;
}
body {
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS9q3g3DnMJbKgLPg9n2nYo6VMNnYprSJYM1w&s);
background-repeat: no-repeat;
background-size: cover;
}
.main {
display: flex;
justify-content: space-around;
margin-top: 5%;
}
.main2 {
display: flex;
justify-content: space-around;
margin-top: 5%;
}
#one {
width: 30%;
height: 70vh;
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQOINlP4RpzZRtW7E4XNMxaqznTbdoKQk0r9g&s);
background-repeat: no-repeat;
background-size: cover;
color: white;
}
#tow {
width: 30%;
height: 70vh;
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQOINlP4RpzZRtW7E4XNMxaqznTbdoKQk0r9g&s);
background-repeat: no-repeat;
background-size: cover;
color: white;
}
h1 {
margin-left: 85px;
}
img {
height: 50%;
width: 100%;
}
#aa {
margin-left:95px;
}
#bb {
margin-left: 70px;
}
#cc {
margin-left: 95px;
}
#dd{
margin-left: 105px;
}
#ee{
margin-left: 50px;
}
P {
font-style: inherit;
font-size: large;
}
button {
background-color: rgb(15, 92, 92);
color: white;
font-size: 25PX;
border-radius: 9px;
border-spacing: 50px;
padding: 6px 9px;
letter-spacing: 1px;
margin-left: 47%;
margin-top: 5%;
margin-bottom: 10px;
}
button:hover {
color: black;
background-color: rgb(255, 255, 255);
}