We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ac6e3 commit 45edd14Copy full SHA for 45edd14
index.html
@@ -2,6 +2,7 @@
2
<html>
3
4
<head>
5
+ <link rel="stylesheet" href="style.css">
6
</head>
7
8
<body>
style.css
@@ -0,0 +1,21 @@
1
+body {
+ width: 100%;
+ margin: 30px;
+ background-color: antiquewhite;
+ }
+
+ #profile-container{
+ max-width: 300px;
9
+ background-color: white;
10
+ border: 1px solid gray;
11
+ border-radius: 6px;
12
13
14
+ #profile-image{
15
16
+ height: auto;
17
18
19
+ #profile-name{
20
+ text-align: center;
21
0 commit comments