Skip to content

Commit

Permalink
showcase commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pingw220 committed Feb 1, 2024
1 parent 622495c commit df139a1
Showing 1 changed file with 42 additions and 39 deletions.
81 changes: 42 additions & 39 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,57 @@
background-color:#E8C872;
height:70px;
align-items:center;
font-family: Georgia, serif;
}
.title{
font-size:30px;
font-weight:bold;
flex:none;
margin-left:10px;
font-family: Georgia, serif;
}
.list1{
display: flex;
width:50%;
justify-content:flex-end;
font-family: Georgia, serif;
flex:auto;
}
.item1{
flex:none;
width:15%;
margin-right:10px;
text-align:center;
font-size: 20px;
font-family: Georgia, serif;
color: black;
}
.item2{
flex:none;
width:15%;
margin-right:10px;
text-align:center;
font-family: Georgia, serif;
font-size: 20px;
color: black;
}
.item3{
flex:none;
width:15%;
margin-right:10px;
text-align:center;
font-size: 20px;
font-family: Georgia, serif;
color: black;
}
.item4{
flex:none;
width:15%;
margin-right:10px;
text-align:center;
font-size: 20px;
font-family: Georgia, serif;
color: black;
}
.list2{
display:none;
Expand Down Expand Up @@ -100,6 +115,7 @@
height:300px;
background-color:#C9D7DD;
display:flex;
font-family: Georgia, serif;
}
.welcome2{
justify-content:center;
Expand All @@ -108,6 +124,7 @@
height:300px;
background-color:#C9D7DD;
display:none;
font-family: Georgia, serif;
}
.text{
text-align: center;
Expand All @@ -123,6 +140,7 @@
.menu{
font-size:30px;
font-weight:bold;
font-family: Georgia, serif;
}

.section{
Expand Down Expand Up @@ -163,45 +181,7 @@
justify-content:center;
align-items:center;
}
.section2 a{
width:90%;
height:90%;
justify-content:center;
align-items:center;
}
.section2 img{
width:100%;
height:100%;
justify-content:center;
align-items:center;
}
.section3{
display:flex;
flex:none;
width:45%;
height:400px;
margin:10px;
background-color: #637A9F;
justify-content:center;
align-items:center;
}
.section3 a{
width:90%;
height:90%;
justify-content:center;
align-items:center;
}
.section4{
display:flex;
flex:none;
width:45%;
height:400px;
margin:10px;
background-color: #637A9F;
justify-content:center;
align-items:center;
}
.section4 a{
.section2 iframe{
width:90%;
height:90%;
justify-content:center;
Expand Down Expand Up @@ -231,3 +211,26 @@
display:block;
}
}

a:link {
color: black;
text-decoration: none;
}

/* visited link */
a:visited {
color: black;
text-decoration: none;
}

/* mouse over link */
a:hover {
color: black;
text-decoration: none;
}

/* selected link */
a:active {
color: black;
text-decoration: none;
}

0 comments on commit df139a1

Please sign in to comment.