Skip to content

Commit f071423

Browse files
committed
Added: Backrgound and object container.
1 parent fe412c9 commit f071423

File tree

5 files changed

+34
-82
lines changed

5 files changed

+34
-82
lines changed

Faceboook Login Clone2/login.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

Faceboook Login Clone2/styles.css

Lines changed: 0 additions & 65 deletions
This file was deleted.

chatroom/images/pink-bg.jpg

46.1 KB
Loading

chatroom/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Chatata!</title>
5+
<meta charset="UTF-8">
6+
<link rel="stylesheet" href="styles4.css">
7+
</head>
8+
<body>
9+
<div class="main-container">
10+
11+
</div>
12+
</body>
13+
</html>

chatroom/styles4.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
body{
2+
margin: 0;
3+
background-image: url('images/pink-bg.jpg');
4+
}
5+
6+
.main-container{
7+
background-color: rgb(249, 240, 255);
8+
background-attachment: fixed;
9+
background-size: contain;
10+
text-align: center;
11+
margin: 50px;
12+
margin-top: 70px;
13+
margin-left: 150px;
14+
margin-right: 150px;
15+
height: 600px;
16+
}
17+
18+
h1{
19+
margin: 0;
20+
}
21+

0 commit comments

Comments
 (0)