Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- width: 100%;
- height: 100%;
- }
- main{
- width: 80%;
- margin-left: 10%;
- margin-right: 10%;
- margin-top: 2%;
- background-color: rgb(221, 208, 231);
- padding-bottom: 3%;
- }
- main h1{
- font-size: 200%;
- font-family:'Lucida Grande';
- text-align: center;
- color: rgb(97, 32, 46);
- text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
- }
- .vvod{
- margin-left: 15%;
- margin-right: 15%;
- display: flex;
- flex-direction: column;
- }
- form{
- margin: auto;
- padding: 10px;
- border: 1px solid rgb(50, 11, 11);
- border-radius: 10px;
- background-color: rgb(220, 161, 161);
- display: flex;
- flex-direction: column;
- }
- .vvod form p{
- font-size: 150%;
- font-family:'Lucida Grande';
- color: rgb(59, 8, 8);
- }
- .vvod form input{
- width: 30%;
- margin-left: 35%;
- }
- .vvod form button{
- width: 32%;
- font-size: 110%;
- font-family:'Lucida Grande';
- color: rgb(59, 8, 8);
- text-align: center;
- margin-left: 35%;
- margin-top: 3%;
- }
- .msg{
- font-size: 150%;
- font-family:'Lucida Grande';
- color: rgb(59, 8, 8);
- text-align: center;
- }
- .image{
- margin-left: 15%;
- margin-right: 15%;
- display: flex;
- flex-direction: column;
- }
- .image h2{
- font-size: 180%;
- font-family:'Lucida Grande';
- text-align: center;
- color: rgb(97, 32, 46);
- }
- .image p{
- text-align: center;
- font-size: 150%;
- font-family:'Lucida Grande';
- color: rgb(59, 8, 8);
- }
- img{
- width: 600px;
- height: 600px;
- border: 1px solid rgb(59, 8, 8);
- border-radius: 10px;
- margin: auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement