mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-21 05:45:12 +02:00
modified
This commit is contained in:
+51
@@ -146,4 +146,55 @@ nav a:hover {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
textarea {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
margin-top: 5px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
padding: 10px 20px;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
input[type="submit"]:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.all_projects {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.all_projects div {
|
||||
background-color: aqua;
|
||||
height: 300px;
|
||||
width: 300px;
|
||||
margin: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user