Examples with "code in CSS" and their translation in Dutch
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Editing code in CSS files.
Create styles using your own code in CSS or JavaScript, and leave the component you're styling completely untouched.
Creëer stijlen met je eigen code in CSS of JavaScript en laat de component waarop je de stijl toepast ongemoeid.
This avoids spaghetti code in CSS and keeps your code DRY.
Other results
They contain some extra explanation of the HTML and CSS codes in the example.
Ze bevatten wat extra uitleg voor de HTML- en CSS-code in het voorbeeld.
How: First, think carefully about whether all of the code in your CSS needs to be sent with every page.
Hoe: Denk ten eerste goed na of alle code die in je CSS staat voor elke pagina mee gestuurd moet worden.
Dreamweaver now displays code hints in CSS Designer, similar to Code view, for setting new properties.
Clicking a style in the X-ray Inspector selects the associated CSS code in the editor window, so you can easily step through the code to see what styles are being set and overridden.
Door te klikken op een stijl, selecteert de X-ray Inspector de geassocieerde CSS-code in het bewerkingsvenster, waardoor je gemakkelijk door de code kan lopen om te zien welke stijlen gebruikt of overschreven worden.
Although it is fine to place all your CSS code directly in your index.php file to start, many web developers prefer to place their CSS code in a separate file that can be linked from multiple pages using the link tag.
Hoewel het geen probleem is om al je CSS code in je index.php bestand op te nemen, kiezen veel web designers er voor om hun CSS code in een apart bestand te bestand kan met behulp van de link tag aan meerdere pagina's gekoppeld worden.
Instead of switching tabs, right-click the relevant code and click Quick Edit, or use a keyboard shortcut, and Dreamweaver opens the relevant section of the code in the related CSS file within the HTML file itself.
In plaats van naar het andere tabblad te gaan, klikt u met de rechtermuisknop op de desbetreffende code en klikt u op Snel bewerken of gebruikt u een sneltoets. Dreamweaver opent nu binnen het HTML-bestand zelf de relevante sectie van de code in het bijbehorende CSS-bestand.
I had to work with some automatically generated CSS code in a Web Crossing blog the other day, and I was having a devil of a time figuring exactly what styles were controlling the CSS box I wanted to manage
Ik moest laatst met automatisch gegenereerde CSS-code werken in een Web Crossing blog, en ik had de grootste moeite om precies uit te vinden welke stijlen het CSS-kader controleerden dat ik wilde aanpassen.
The code editor in WordPress 4.9 was overhauled and now allows you to adjust code in Custom CSS, the theme editor or a plugin editor.
De code editor in WordPress 4.9 is sterk verbeterd en maakt het mogelijk om code aan te passen in Custom CSS, de theme editor of een plugin editor.
And then after the colon, the #fff is a shorthand way in CSS code to write #ffffff (which is the hexadecimal color value that specifies the color white).
En de #fff na de dubbele punt is een snelle schrijfwijze in CSS-code voor #ffffff (de hexadecimale kleurwaarde die de kleur wit opgeeft).
In some older browsers, JavaScript code can be embedded in CSS.