1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Update css-gr.html.markdown (#2263)

This commit is contained in:
Bill Panagiotopoulos
2016-05-19 17:16:11 +03:00
committed by ven
parent 056364ff1c
commit 470893c93a

View File

@@ -27,10 +27,8 @@ selector { property: value; /* περισσότερες ιδιότητες...*/
/*
Αυτό είναι ενα παράδειγμα αντικειμένου
*/
<div class='class1 class2' id='anID' attr='value' otherAttr='en-us foo bar' />
*/
/* Μπορούμε να το στοχεύσουμε με την χρήση CSS κλάσεων */
.class1 { }