Update README.md
Browse files
README.md
CHANGED
|
@@ -90,14 +90,19 @@ Modeli su obučavani na Nacionalnoj platformi za veštačku inteligenciju Srbije
|
|
| 90 |
.highlight{
|
| 91 |
color:white;
|
| 92 |
text-transform:uppercase;
|
| 93 |
-
font-size: 16pt
|
|
|
|
| 94 |
}
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
.highlight-container:before {
|
| 97 |
content: " ";
|
| 98 |
display: block;
|
| 99 |
-
height:
|
| 100 |
-
width:
|
| 101 |
margin-left: 0px;
|
| 102 |
margin-right: 0px;
|
| 103 |
position: absolute;
|
|
@@ -106,7 +111,7 @@ Modeli su obučavani na Nacionalnoj platformi za veštačku inteligenciju Srbije
|
|
| 106 |
top: -1px;
|
| 107 |
left: -1px;
|
| 108 |
border-radius: 20% 25% 20% 24%;
|
| 109 |
-
padding: 10px
|
| 110 |
}
|
| 111 |
|
| 112 |
div.grb, #zastava>table {
|
|
|
|
| 90 |
.highlight{
|
| 91 |
color:white;
|
| 92 |
text-transform:uppercase;
|
| 93 |
+
font-size: 16pt;
|
| 94 |
+
|
| 95 |
}
|
| 96 |
|
| 97 |
+
.highlight-container{
|
| 98 |
+
padding:5px 10px
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
.highlight-container:before {
|
| 102 |
content: " ";
|
| 103 |
display: block;
|
| 104 |
+
height: 100%;
|
| 105 |
+
width: 100%;
|
| 106 |
margin-left: 0px;
|
| 107 |
margin-right: 0px;
|
| 108 |
position: absolute;
|
|
|
|
| 111 |
top: -1px;
|
| 112 |
left: -1px;
|
| 113 |
border-radius: 20% 25% 20% 24%;
|
| 114 |
+
padding: 10px 18px 18px 10px;
|
| 115 |
}
|
| 116 |
|
| 117 |
div.grb, #zastava>table {
|