From 591125d11b7903a657c8837b6652c00ac69726c7 Mon Sep 17 00:00:00 2001 From: sinigang <57474352+louispajaron@users.noreply.github.com> Date: Thu, 9 Jan 2020 15:15:24 +0800 Subject: [PATCH] Add files via upload --- New folder/hakdog.html | 38 +++++++++++++++++++++++ New folder/temp.css | 69 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 New folder/hakdog.html create mode 100644 New folder/temp.css diff --git a/New folder/hakdog.html b/New folder/hakdog.html new file mode 100644 index 0000000..7ffbd30 --- /dev/null +++ b/New folder/hakdog.html @@ -0,0 +1,38 @@ + + + + A Form + + + +
+
+ +

Login

+
+ +
+
Facebook
+
+
+
Gmail
+
+ + +
+
+
+ +
+ + + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/New folder/temp.css b/New folder/temp.css new file mode 100644 index 0000000..6b77ab3 --- /dev/null +++ b/New folder/temp.css @@ -0,0 +1,69 @@ +h1{ + color: white; +} + +div { + margin: 25px; +} + +.FB{ + padding-top: 10px; + padding-right: 40px; + padding-left: 40px; + padding-bottom: 10px; + text-decoration: none; + background-color: #19323C; + text-align: center; + color: white; + border-radius: 5%; + +} + +.Home { + + color: hotpink; + text-decoration: underline; + text-decoration: none; + border-radius: 12px; + background-color: #19323C; + color: white; + padding: 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + cursor: pointer; + +} + +.GM{ + padding-top: 10px; + padding-right: 51px; + padding-left: 51px; + padding-bottom: 10px; + text-decoration: none; + background-color: #19323C; + text-align: center; + color: white; + border-radius: 5%; + +} + +.form{ + border: #19323C 5px solid; + background-color: #4E6151; +} + +input[type=text], input[type=password]{ + color: black; + background-color: white; + width: 20%; + border: #b6f0ff; + border-bottom: 2px; + margin-top: 20px; + margin-bottom: 20px; + padding:5px; + + +} +