iadd logo
This commit is contained in:
BIN
scripts/logo.png
Normal file
BIN
scripts/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
BIN
scripts/logo_nobg.png
Normal file
BIN
scripts/logo_nobg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
@@ -2,12 +2,6 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<td>
|
|
||||||
<center>
|
|
||||||
<img src="C:\Users\Durga\Documents\sickle cell logo.png" width="128" height="128" alt="sickle cell logo Logo"/>
|
|
||||||
</center>
|
|
||||||
</td>
|
|
||||||
<style>
|
|
||||||
<style>
|
<style>
|
||||||
.person-details-row {
|
.person-details-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -28,13 +22,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.test-details-col {
|
.test-details-col {
|
||||||
height: 150px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.test-cell-div {
|
.test-cell-div {
|
||||||
/* border: 1px solid black; */
|
/* border: 1px solid black; */
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
height: 30px;
|
height: 20px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -69,6 +63,12 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
table,
|
table,
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
@@ -86,6 +86,9 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
<div class="logo">
|
||||||
|
<img src="./logo_nobg.png" width="128" height="128" alt="sickle cell logo" />
|
||||||
|
</div>
|
||||||
<table style="border: 1px solid black; margin: 10px; width: 98%;">
|
<table style="border: 1px solid black; margin: 10px; width: 98%;">
|
||||||
<tr class="person-details-row">
|
<tr class="person-details-row">
|
||||||
<td class="person-details-col" style="border-right: 2; width: 70%;">
|
<td class="person-details-col" style="border-right: 2; width: 70%;">
|
||||||
|
|||||||
Reference in New Issue
Block a user