File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ body {
2+ margin : 0 ;
3+ font-family : Arial, sans-serif;
4+ background-color : # fdfdfd ;
5+ color : # 333333 ;
6+ }
7+
8+ header {
9+ background-color : # ffd54f ;
10+ padding : 20px ;
11+ text-align : center;
12+ }
13+
14+ header h1 {
15+ margin : 0 ;
16+ color : # 0d47a1 ;
17+ }
18+
19+ nav {
20+ margin-top : 15px ;
21+ }
22+
23+ nav a {
24+ text-decoration : none;
25+ color : # 0d47a1 ;
26+ margin : 15px ;
27+ font-weight : bold;
28+ }
29+
30+ nav a : hover {
31+ color : # 1976d2 ;
32+ }
33+
34+ .hero {
35+ text-align : center;
36+ padding : 80px 20px ;
37+ background-color : # e3f2fd ;
38+ }
39+
40+ .hero h2 {
41+ font-size : 40px ;
42+ color : # 0d47a1 ;
43+ }
44+
45+ .hero p {
46+ font-size : 20px ;
47+ max-width : 700px ;
48+ margin : auto;
49+ }
50+
51+ button {
52+ background-color : # ffd54f ;
53+ border : none;
54+ padding : 15px 30px ;
55+ border-radius : 30px ;
56+ font-size : 18px ;
57+ margin-top : 25px ;
58+ cursor : pointer;
59+ }
60+
61+ button : hover {
62+ background-color : # ffca28 ;
63+ }
64+
65+ section {
66+ padding : 50px ;
67+ }
68+
69+ ul {
70+ list-style : none;
71+ padding : 0 ;
72+ }
73+
74+ li {
75+ background : white;
76+ margin : 15px 0 ;
77+ padding : 20px ;
78+ border-radius : 15px ;
79+ box-shadow : 0px 2px 8px rgba (0 , 0 , 0 , .1 );
80+ }
81+
82+ footer {
83+ text-align : center;
84+ padding : 30px ;
85+ background-color : # 0d47a1 ;
86+ color : white;
87+ }
You can’t perform that action at this time.
0 commit comments