Update Redditlikedangrain.HTML

This commit is contained in:
Dangrainage 2023-07-21 09:51:26 +02:00 committed by GitHub
parent 9bf4941ee9
commit a4ceba60a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
align-items: center;
justify-content: center;
min-height: 100vh;
background-color: #f0f0f0;
background-color: #fff3b0;
}
.title {
font-size: 24px;
@ -34,7 +34,7 @@
</style>
</head>
<body>
<div class="title">Centered Title</div>
<div class="title">Dangrain</div>
<div class="image-container">
<img class="image" src="Dangrain.jpg" alt="Image">
</div>