rithik941 / error

0 stars 0 forks source link

style.css #2

Open rithik941 opened 3 months ago

rithik941 commented 3 months ago

header{ height: 100px; font-size: 25px; padding-left: 60px; padding-top: 50px; font-family: "Inconsolata",monospace; text-transform: uppercase; font-weight: bold; } div{ width: 49%; display: inline-block; vertical-align: top; } img{ width: 300px; float: right; margin-right: 30px;

} main{ font-family: "Space Mono", monospace; height: 540px; } h2{ font-size: 40px; font-weight: bold; line-height: 2; } p{ font-size: 20px; line-height: 1.5; color: #333333; } button{ background-color: #333333; border: none; color: white; text-transform: uppercase; padding: 15px; font-size: 10px; margin-top: 20px; } footer{ text-align: center; font-size: 20px; color: grey; }

rithik941 commented 3 months ago

`header{ height: 100px; font-size: 25px; padding-left: 60px; padding-top: 50px; font-family: "Inconsolata",monospace; text-transform: uppercase; font-weight: bold; } div{ width: 49%; display: inline-block; vertical-align: top; } img{ width: 300px; float: right; margin-right: 30px;

} main{ font-family: "Space Mono", monospace; height: 540px; } h2{ font-size: 40px; font-weight: bold; line-height: 2; } p{ font-size: 20px; line-height: 1.5; color: #333333; } button{ background-color: #333333; border: none; color: white; text-transform: uppercase; padding: 15px; font-size: 10px; margin-top: 20px; } footer{ text-align: center; font-size: 20px; color: grey; }

`

rithik941 commented 3 months ago

header{ height: 100px; font-size: 25px; padding-left: 60px; padding-top: 50px; font-family: "Inconsolata",monospace; text-transform: uppercase; font-weight: bold; } div{ width: 49%; display: inline-block; vertical-align: top; } img{ width: 300px; float: right; margin-right: 30px;

} main{ font-family: "Space Mono", monospace; height: 540px; } h2{ font-size: 40px; font-weight: bold; line-height: 2; } p{ font-size: 20px; line-height: 1.5; color: #333333; } button{ background-color: #333333; border: none; color: white; text-transform: uppercase; padding: 15px; font-size: 10px; margin-top: 20px; } footer{ text-align: center; font-size: 20px; color: grey; }