mirror of
https://github.com/JasonYANG170/Flowerpot.git
synced 2024-11-23 12:06:35 +00:00
Add files via upload
This commit is contained in:
parent
9100f8aa23
commit
37ca0c0a4b
125
style.css
Normal file
125
style.css
Normal file
|
@ -0,0 +1,125 @@
|
|||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 1535px;
|
||||
max-width: 100%;
|
||||
min-width: 1535px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
header {
|
||||
background-color: aqua;
|
||||
border: 1px solid black;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
headerm {
|
||||
background-color: pink;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
}
|
||||
h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
justify-content:center;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
|
||||
nav li {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
color: black;
|
||||
}
|
||||
nav asd{
|
||||
text-align:left;
|
||||
color: black;
|
||||
float: left;
|
||||
|
||||
}
|
||||
nav a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav form {
|
||||
display: flex;
|
||||
|
||||
float: right;
|
||||
margin-left: 30px;
|
||||
width: 200px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
nav input[type="text"] {
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
nav button[type="submit"] {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: auto;
|
||||
width: auto;
|
||||
background-color: aqua;
|
||||
color:black;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
box{
|
||||
float: left;
|
||||
display: inline-block;
|
||||
padding: 2px;
|
||||
border: 1px solid blue;
|
||||
width: 700px;
|
||||
height: 450px;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
}
|
||||
box2{
|
||||
width: 10px;
|
||||
border-bottom: 1px solid blue;
|
||||
|
||||
}
|
||||
clear{
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
Loading…
Reference in New Issue
Block a user