2 Commits

Author SHA1 Message Date
62f1791203 Merge branch 'hw3' 2025-11-13 16:47:36 +10:00
d691d57037 fixed attributes 2025-10-31 10:27:11 +10:00
4 changed files with 5 additions and 18 deletions

2
.gitignore vendored
View File

@@ -1,2 +0,0 @@
**node_modules
**to_reform

View File

@@ -30,8 +30,8 @@
.menu .selected { .menu .selected {
color: green; color: green;
font-weight: bold; font-weight: bold;
border-left: double thin silver; border-left: double 4px silver;
border-right: double thin silver; border-right: double 4px silver;
} }
.menu .menu-header { .menu .menu-header {

View File

@@ -140,6 +140,8 @@
</div> </div>
</div> </div>
</div>
</div>
</body> </body>
</html> </html>

View File

@@ -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 */