forked from khmdagal/Buddy-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
130 lines (111 loc) · 2.36 KB
/
style.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
126
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Secular One', sans-serif;background-color:#f8f5f2;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial;
}
.center-container{
margin: auto;
width: 80%;
background-color: #f8f5f2;
padding: 5em;
box-shadow: 0 0 2.5em #078080;
}
/* ----------nav-bar-----------*/
.nav-links {
display:flex;
grid-gap: 20px;
padding: 0;
list-style: none;
text-decoration: none;
text-align: center;
list-style:none;
padding: 50px;
font-size: 25px;
}
.nav-links a{
display: block;
text-decoration: none;
color:#232323;
padding: 15px 50px 15px 50px;
box-shadow: #232323;
background-color: #fffffe;
border-radius: 7px;
}
.nav-links a:hover{
background-color:#078080;
color:#232323;
cursor: pointer;
}
/*------------ end------------------*/
/* ------title-----------------*/
.title{
background-color: #fffffe;
justify-content: center;
text-align: center;
padding: 30px 30px 30px 30px;
justify-content: space-around;
font: 2.5em sans-serif;
border-radius: 10px;
color:#f45d48;
}
/*---------- end------------------*/
img{
border-radius: 20px;
justify-content: center;
justify-content: flex-end;
width: 100%;
padding-top: 50px;
}
#image{
width: 300px;
}
/* ---------- test main-----------*/
.content-p{
margin-top: 50px;
background-color: #fffffe;
font-size: 25px;
padding: 20px;
color:#222525;
font: 1.5em sans-serif;
border-radius: 10px;
justify-content: center;
}
p{
margin: 20px;
}
.list-container{
border-radius: 20px;
background-color:#fffffe ;
margin-top: 30px;
color:#222525;
font: 1.5em sans-serif;
}
/*----------------list---------------*/
.title-list{
color: #f45d48;
justify-content: center;
text-align: center;
font-size: 2em;
padding-top: 30px;
}
.list-container li{
text-decoration: none;
list-style: none;
padding-left: 80px;
padding-bottom: 15px;
}
button{
background-color: #078080;
padding: 20px 50px;
margin-top: 40px;
margin-left: 80px;
border-radius: 20px;
justify-content: center;
font-size: 20px;
text-align: center;
}