-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcooperation.css
125 lines (125 loc) · 2.22 KB
/
cooperation.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
.image-text{
width: 450px;
margin-top: 250px;
text-align: right;
}
/*Title*/
.image-text h1{
font-size: 60px;
font-style: italic;
}
/*Subtitle*/
.image-text h2{
font-size: 21px;
}
/*Category image*/
.image-border{
padding-top: 50px;
}
/*when screen>1350px move text*/
@media (min-width:1350px){
#move{
position: absolute;
}
.image-text{
position: relative;
}
}
.image-border img{
height:530px;
width:100%;
}
.first-text-border{
position: relative;
margin-top: 50px;
font-size: 20px;
}
.first-text-border h1{
font-size: 40px;
}
.three-images1{
padding-top: 100px;
}
.img2, .img3, .img5, .img6{
position: relative;
padding-top: 10px;
}
.img1 img ,.img2 img, .img3 img,.img4 img ,.img5 img, .img6 img {
height: 200px;
width: 350px;
}
.second-text-border{
position: relative;
margin-top: 50px;
font-size: 20px;
}
.second-text-border h1{
font-size: 40px;
}
.three-images2{
padding-top: 150px;
}
hr{
border-top: 1px solid black;
}
@media (min-width:992px) and (max-width:1198px){
.three-images2{
padding-top: 250px;
}
}
@media (min-width:989px) and (max-width:1055px){
.first-text-border,.second-text-border{
width: 60%;
}
}
@media (max-width:992px) {
.three-images1, .three-images2{
padding-top: 0px;
padding-left: 30%;
}
}
@media (max-width:754px) {
.three-images1, .three-images2{
padding-top: 0px;
padding-left: 30px;
}
}
@media (min-width:300px) and (max-width:453px){
.image-text{
width: 250px;
text-align: left;
}
.image-text h1{
font-size: 40px;
}
.image-text h2{
font-size: 15px;
}
.image-border img{
height: 250px ;
}
.img1 img ,.img2 img, .img3 img,.img4 img ,.img5 img, .img6 img {
height: 150px;
width: 250px;
}
}
@media (min-width:1350px){
.image-text{
width: 430px;
}
}
@media (max-width:1350px){
.image-text{
margin-top: 50px;
}
}
@media (min-width:746px) and (max-width:1330px){
.image-text , .image-border{
margin-left: 100px;
}
}
@media (min-width:1800px){
.container{
width: 1400px;
}
}