File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments