Created Button page need to grab buttons now
This commit is contained in:
57
stylesheets/buttons.css
Normal file
57
stylesheets/buttons.css
Normal file
@ -0,0 +1,57 @@
|
||||
body{
|
||||
background-image: url("/media/Art/EmptySpace.png");
|
||||
background-size: 10%;
|
||||
text-align: center;
|
||||
color: rgba(221, 74, 74, 0.918)
|
||||
}
|
||||
|
||||
#mainView{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.buttonSection{
|
||||
background-color: rgba(14, 161, 129, 0.308);
|
||||
border-radius: 100px;
|
||||
width: 350px;
|
||||
margin: 1%;
|
||||
padding: 4%;
|
||||
border-color: aquamarine;
|
||||
border-style: ridge;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.buttonSection h1{
|
||||
text-shadow: 3px 2px rgb(180, 70, 171);
|
||||
}
|
||||
|
||||
.buttonSection h3{
|
||||
color: rgba(34, 79, 163, 0.959);
|
||||
text-shadow: 1px 1px aquamarine;
|
||||
}
|
||||
|
||||
.buttonSection img{
|
||||
padding: 2%;
|
||||
border-style: dotted;
|
||||
border-color: orange;
|
||||
}
|
||||
|
||||
.buttonSection textarea{
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.buttonRow{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
ul{
|
||||
list-style: none;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user