File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66}
77
88header {
9- background-color : # ffd54f ;
10- padding: 20 px ;
11- text-align: center;
9+ background : linear-gradient ( 135 deg , # FFD54F , # FFF8E1 ) ;
10+ padding : 40 px ;
11+ text-align : center;
1212}
1313
1414header h1 {
15- margin : 0 ;
16- color : # 0d47a1 ;
15+ color : # 1565C0 ;
16+ font-size : 48px ;
17+ margin-bottom : 10px ;
1718}
1819
1920nav {
2021 margin-top : 15px ;
2122}
2223
2324nav a {
24- text-decoration : none;
25- color : # 0d47a1 ;
26- margin : 15px ;
27- font-weight : bold;
25+ display : inline-block;
26+ text-decoration : none;
27+ background-color : # FFD54F ;
28+ color : # 0D47A1 ;
29+ padding : 10px 18px ;
30+ margin : 8px ;
31+ border-radius : 30px ;
32+ font-weight : bold;
33+ transition : 0.3s ;
34+ }
35+
36+ nav a : hover {
37+ background-color : # 81D4FA ;
38+ transform : translateY (-2px );
2839}
2940
3041nav a : hover {
@@ -63,7 +74,12 @@ button:hover {
6374}
6475
6576section {
66- padding : 50px ;
77+ background : white;
78+ margin : 30px auto;
79+ padding : 30px ;
80+ width : 85% ;
81+ border-radius : 20px ;
82+ box-shadow : 0 6px 18px rgba (0 , 0 , 0 , 0.08 );
6783}
6884
6985ul {
You can’t perform that action at this time.
0 commit comments