Skip to content

Commit e56bc1b

Browse files
committed
new
1 parent 604c614 commit e56bc1b

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

form.css

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
body {
22
background-color: black;
33
}
4-
h1{
5-
color: aliceblue;
6-
margin-left: 30px;
7-
8-
}

form.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<link rel="stylesheet" href="form.css" media="screen">
55
<title>Form</title>
66
</head>
7+
78
<body>
8-
<h1>30 Days Of Code Form</h1>
9-
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScNWhnHbxJATSdNVR-QQoMhRZ4Spvnr0O0rQVPCeQ40uObfcg/viewform?embedded=true" width="640" height="1532" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
9+
10+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScNWhnHbxJATSdNVR-QQoMhRZ4Spvnr0O0rQVPCeQ40uObfcg/viewform?embedded=true" width="840" height="1532" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
1011
<!-- Your form elements would go here -->
1112
</body>
1213
</html>

style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ html {
22512251
-ms-text-size-adjust: 100%;
22522252
-webkit-text-size-adjust: 100%;
22532253
}
2254-
body {
2254+
{
22552255
margin: 0;
22562256
}
22572257
article,
@@ -2261,7 +2261,7 @@ figcaption,
22612261
figure,
22622262
footer,
22632263
header,
2264-
main,
2264+
main,body
22652265
menu,
22662266
nav,
22672267
section,

0 commit comments

Comments
 (0)