-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutmestyles.css
78 lines (77 loc) · 1.28 KB
/
aboutmestyles.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
.aboutmemain {
display: flex;
flex-direction: column;
margin-top: 30px;
border-top: 2px solid black;
background: #35758f;
color:white;
}
.front {
margin-left: 87px;
margin-top: 20px;
}
.front h2 {
padding: 3px;
font-size: 33px;
font-family: 'Merienda', cursive;
}
.front h3 {
padding: 3px;
font-weight: 400;
font-family: 'Comic Neue', cursive;
}
.front h4{
font-weight: 400;
font-family: 'Comic Neue', cursive;
}
.box1{
border-right:1.5px solid black;
border-bottom:1px solid black;
margin-right:-1.5px;
}
.box2{
border-left:1.5px solid black;
border-bottom:1px solid black;
}
.Goals{
border-left:1.5px solid black;
margin-top:10px;
}
.box1,
.box2 {
width: 49%;
}
.box1 p,
.box2 p {
text-align: justify;
word-wrap: break-word;
padding:20px;
font-weight: 400;
font-size: 18px;
letter-spacing: 1px;
font-family: 'Comic Neue', cursive;
}
.box1 h2,.box2 h2{
padding-left:20px;
font-family: 'Merienda', cursive;
}
.abtmain {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin:60px;
overflow: hidden;
}
@media all and (max-width: 1328px) {
.box1,
.box2 {
width: 100%;
border:none;
border-top: 1px solid black;
padding-top:10px;
}
.abtmain{
margin:10px;
}
}