Skip to content

Commit cbdc905

Browse files
committed
Renamed menu
1 parent 42f7887 commit cbdc905

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}
File renamed without changes.

Accordion/Awesome_Accordion_Menu_02/code/style.css renamed to Accordion/Accordion_Menu_02/code/style.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
*{
22
padding: 0;
33
margin: 0;
4-
box-sizing: border-box;
5-
font-family: 'lato';
6-
text-decoration: none;
4+
box-sizing: border-box;
75
}
86
.body{
97
background-color: #fcdc29;
108
display: flex;
119
justify-content: center;
1210
align-items: center;
13-
margin-top: 200px
11+
margin-top: 200px;
12+
font-family: 'lato';
1413
}
1514
.main{
1615
width: 250px;
1716
display: block;
1817
border-radius: 10px;
19-
overflow: hidden;
18+
overflow: hidden;
2019
}
2120
.item{
2221
border-top: 1px solid #ef584a;
@@ -28,6 +27,7 @@
2827
padding: 15px 20px;
2928
background-color: #ff6f61;
3029
color: #fff;
30+
text-decoration: none;
3131
}
3232
.subitem{
3333
background: #273057;
@@ -41,6 +41,7 @@
4141
font-size: 14px;
4242
border-bottom: 1px solid #394c7f;
4343
position: relative;
44+
text-decoration: none;
4445
}
4546

4647
.subitem a:hover:before{

0 commit comments

Comments
 (0)