Skip to content

Commit

Permalink
Edited CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ATOMNFT committed Mar 28, 2024
1 parent 4cff733 commit 51d3e6e
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions flash0.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
display: block;
margin-left: auto;
margin-right: auto;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
@media (prefers-color-scheme: dark) {
body {
Expand All @@ -88,19 +94,9 @@
</head>
<body>

<img
src="Images/back1usb.png"
alt=""
width="400"
height="341"
title="CYD 1Micro USB" />
<img src="Images/back1usb.png alt="" class="center width="400" height="341" title="CYD 1Micro USB" />

<img
src="Images/back2usb.png"
alt=""
width="400"
height="341"
title="CYD 2USB" />
<img src="Images/back2usb.png" alt="" class="center width="400" height="341" title="CYD 2USB" />

<div class="content">
<p>Choose your hardware and connect your CYD</p>
Expand Down

0 comments on commit 51d3e6e

Please sign in to comment.