Задание на самостоятельное выполнение по теме CSS-селекторов
A Pen by Boris Cherepaha on CodePen.
A Pen by Boris Cherepaha on CodePen.
I hereby claim:
To claim this, I am signing this object:
<div class='compare'> | |
<div class="compare-img"> | |
<img | |
src="assets/img/explore-slider/after.jpg" | |
alt="Las Meninas after restoration" | |
width="720" | |
height="700" | |
/> | |
</div> | |
<div class='compare-slider-thumb'></div> |
register via the static website | |
add url with 3000 to /etc/hosts | |
create the tenant via console Apartment::Tenant.create('name') |
// CommonMain | |
@CommonParcelize | |
data class User( | |
val firstname: String, | |
val lastname: String | |
): CommonPacelable |
{ | |
"@version": 1.1, | |
"@protected": true, | |
"@id": "https://big-plato.com/vocab/CustomVc", | |
"@context": { | |
"@protected": true, | |
"@vocab": "https://big-plato.com/vocab/CustomVc#", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"foo": { "@type": "xsd:string" }, |
console.log('New Gist1633628648241 who dis?'); |
class Graph { | |
constructor() { | |
this.adjList = {}; | |
} | |
addEdge(node1, node2) { | |
if (!(node1 in this.adjList)) { | |
this.adjList[node1] = new Set(); | |
} | |
if (!(node2 in this.adjList)) { | |
this.adjList[node2] = new Set(); |
"If you're making new mistakes, then it shows you're learning." Perhaps a good attitude for our managers? - Karl Wiegers
I learned that I need to place the food at the desk next to mine - just 2 meters away so that I do not eat all of it myself Klaus Marquardt
I heard from one company in the UK -- Maria's Rule -- there is no problem that cake cannot solve :-)! Linda Rising to Everyone (11:26 AM)
<p class="hidden" id="mensagem">Muito bem! Você acertou!</p> |