Compare commits
2 Commits
62f1791203
...
hw3
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f692a4708 | |||
| b98abb94cc |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
**node_modules
|
||||||
|
**to_reform
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
.menu .selected {
|
.menu .selected {
|
||||||
color: green;
|
color: green;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-left: double 4px silver;
|
border-left: double thin silver;
|
||||||
border-right: double 4px silver;
|
border-right: double thin silver;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu .menu-header {
|
.menu .menu-header {
|
||||||
|
|||||||
@@ -140,8 +140,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -3,9 +3,17 @@ h3{
|
|||||||
margin: 1vh;
|
margin: 1vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a{
|
||||||
|
/* display: inline-flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
background-color: gray;
|
||||||
|
width: 10%; это grid!!!*/
|
||||||
|
}
|
||||||
|
|
||||||
.content{
|
.content{
|
||||||
background-color: lightgreen;
|
background-color: lightgreen;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
@@ -30,8 +38,13 @@ h3{
|
|||||||
}
|
}
|
||||||
@media (max-width:800px) {
|
@media (max-width:800px) {
|
||||||
.content{
|
.content{
|
||||||
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
.topic{
|
||||||
|
width: calc(100%-20px);
|
||||||
|
/* width:50%; */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* grid part */
|
/* grid part */
|
||||||
|
|||||||
Reference in New Issue
Block a user