сдала 5-6 и сделала красивую картинкц ската на фоне :333
This commit is contained in:
parent
ce2547e5d5
commit
1bd1ee483f
@ -222,10 +222,15 @@
|
||||
<Resource Include="animalsTable.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="skat.jpg">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Content Include="styles.xslt">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Resource Include="styles_animals_SQL.xslt" />
|
||||
<Resource Include="styles_animals_SQL.xslt">
|
||||
<SubType>Designer</SubType>
|
||||
</Resource>
|
||||
<Resource Include="XMLfromSQLquery.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
|
BIN
miakd/skat.jpg
Normal file
BIN
miakd/skat.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -8,13 +8,18 @@
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
tbody {
|
||||
background-image: url("./skat.jpg");
|
||||
}
|
||||
th, td {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border: 3px solid rgb(255, 150, 100);
|
||||
border-radius: 100px;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
th {
|
||||
background-color: rgba(255, 150, 100, 0.5);
|
||||
background-color: rgba(255, 150, 100, 0.3);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user