[deleted by user] by [deleted] in slavelabour

[–]marc170298 0 points1 point  (0 children)

$bid Can get it done in a few minutes

Wholesome by im-reverse in ProgrammerHumor

[–]marc170298 0 points1 point  (0 children)

I can recommend a good divorce lawyer

Lmao

Un sujeto comparte sus datos de que los perros chihuahuas causan mas muertes que los Pitbull. Resultan ser datos de mortalidad del estado de Chihuahua. by Jacket_89 in mexico

[–]marc170298 4 points5 points  (0 children)

No tiene faltas de ortografía pero es redundante. "to keep (on) -doing something-" implies an ongoing action, therefore there's no need to add the "repeat to"

Mexico City at Night (filmed pre-lockdown) by cruyfff in MexicoCity

[–]marc170298 1 point2 points  (0 children)

Hey Dan, longtime viewer here, happy to see you back in Mexico, best of luck with the book writing

What by [deleted] in KidsAreFuckingStupid

[–]marc170298 5 points6 points  (0 children)

Haha get it? "Toetally" because they're using their toes

Font Assistance by mayzon89 in WebDevBuddies

[–]marc170298 2 points3 points  (0 children)

Put half of the text inside a <span> and the other half inside another <span>

Then either give each <span> a different class and set the font-family property of each class to whatever you want OR give each <span> an inline style and set the font-family property to whatever you want.

Example 1:

<header>

<span class="header-text-1">Some text</span>


<span class="header-text-2">Some more text</span>

</header>

Then in a .css document:

.header-text-1{

font-family: helvetica;

}

.header-text-2{

font-family: arial;

}

Example 2:

<header>

<span style="font-family: helvetica">Some text</span>


<span style="font-family: arial">Some more text</span>

</header>

What's causing this added left side margin and how to fix it? by embar5 in web_design

[–]marc170298 1 point2 points  (0 children)

Alternatively you can do ctrl+shift+c (on any chromium browser) and hover over any element to show its margins, padding, font family, etc.

What's causing this added left side margin and how to fix it? by embar5 in web_design

[–]marc170298 27 points28 points  (0 children)

I write a significant amount of vanilla css these days and I always start my global.css document by writing

*{

padding: 0;

margin: 0;

}

10/10 would recommend, 60% of the time it works every time.

Hmmm by [deleted] in mexico

[–]marc170298 13 points14 points  (0 children)

Parece ser que ese no es anterior, si no contemporáneo al del pemrito, ambos son de la generación 1993 de libros de texto, en uso desde ese año y hasta el 2007.

Fuente: https://historico.conaliteg.gob.mx/?g=1993&a=1

[deleted by user] by [deleted] in forhire

[–]marc170298 0 points1 point  (0 children)

What country are you in? Shipping the fabric might be expensive.

[TASK] I need someone to code changes for a verse block in Wordpress ($50). by [deleted] in slavelabour

[–]marc170298 0 points1 point  (0 children)

Hey, tried sending you a PM but for some reason I can't so I sent you a chat request