Compare commits
2 Commits
hw3
...
62f1791203
| Author | SHA1 | Date | |
|---|---|---|---|
| 62f1791203 | |||
| d691d57037 |
@@ -3,17 +3,9 @@ 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: inline-flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
@@ -38,13 +30,8 @@ a{
|
|||||||
}
|
}
|
||||||
@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