Skip to content

Commit 2ecbfb9

Browse files
authored
Update index.html
1 parent 97d6d5e commit 2ecbfb9

1 file changed

Lines changed: 1 addition & 35 deletions

File tree

index.html

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -21,44 +21,10 @@
2121
font-size: 50px;
2222
text-align: center;
2323
}
24-
h2 {
25-
text-align: center;
26-
color: #FFD9CE;
27-
}
28-
#flex-container {
29-
display: flex;
30-
flex-wrap: wrap;
31-
justify-content: space-evenly;
32-
align-content: space-between;
33-
}
34-
.tile {
35-
background-image: linear-gradient(to bottom right, #f5af19, #f12711);
36-
width: 250px;
37-
height: 250px;
38-
margin-top: 25px;
39-
border-radius: 10px;
40-
}
41-
.break {
42-
flex-basis: 100%;
43-
height: 0;
44-
}
45-
.image {
46-
width: 200px;
47-
height: 200px;
48-
text-align: center;
49-
display: block;
50-
margin: auto;
51-
padding-top: 20px;
52-
border-radius: 25px;
53-
}
5424
</style>
5525
</head>
5626
<body>
5727
<title>DevHyper</title>
5828
<h1>DevHyper</h1>
59-
<h2>I create and design software.</h2>
60-
<div id="flex-container">
61-
<div class="tile"> <img class="image" src=""></div>
62-
</div>
6329
</body>
64-
</html>
30+
</html>

0 commit comments

Comments
 (0)