first commit
This commit is contained in:
2
zivotopis/Folder.DotSettings.user
Normal file
2
zivotopis/Folder.DotSettings.user
Normal file
@ -0,0 +1,2 @@
|
||||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||
<s:String x:Key="/Default/CodeInspection/PencilsConfiguration/Storage/@EntryValue">ThisComputer</s:String></wpf:ResourceDictionary>
|
3
zivotopis/README.md
Normal file
3
zivotopis/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# zivotopis_engeto
|
||||
|
||||
První zadání pro nepovinný domácí úkol, vytvořit CV.
|
BIN
zivotopis/image/1702045296079.jpeg
Normal file
BIN
zivotopis/image/1702045296079.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
45
zivotopis/style1.css
Normal file
45
zivotopis/style1.css
Normal file
@ -0,0 +1,45 @@
|
||||
:root {
|
||||
--my-black: black;
|
||||
--my-beckground: #ded4d4;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--my-beckground);
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
}
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.tlacitko {
|
||||
color: var(--my-black);
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
border: 1px solid var(--my-black);
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.flexbox {
|
||||
display: flex;
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
.menu {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.content {
|
||||
flex: 3;
|
||||
}
|
||||
.dot {
|
||||
list-style-type: none;
|
||||
}
|
||||
.jobs,
|
||||
.course,
|
||||
.fun {
|
||||
font-size: 20px;
|
||||
}
|
Reference in New Issue
Block a user