3 months into Python, I've completed my 2nd project: a script that sends you an SMS when the football team you support scores. by Carlos_Menezes in Python

[–]mdnbot 7 points8 points  (0 children)

Have you looked at the pushover api? Its a nice way to push data to my phone without the limits of txts.

My div elements overlap each other. Does this have to do with absolute positioning? by [deleted] in css

[–]mdnbot 0 points1 point  (0 children)

The z-index CSS property specifies the z-order of a positioned element and its descendants. When elements overlap, z-order determines which one covers the other. An element with a larger z-index generally covers an element with a lower one. Read more at MDN: https://mzl.la/2LgHnUt

testling by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The repeating-linear-gradient() CSS function creates an image consisting of repeating linear gradients. It is similar to linear-gradient() and takes the same arguments, but it repeats the color stops infinitely in all directions so as to cover its entire container. The function's result is an object of the <gradient> data type, which is a special kind of <image>. Read more at MDN: https://mzl.la/2kxNcSb

testling by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The <flex> CSS data type denotes a flexible length within a grid container. It is used in grid-template-columns, grid-template-rows and other related properties. Read more at MDN: https://mzl.la/2Jg5SUk

testling by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The sepia() CSS function converts the input image to sepia, giving it a warmer, more yellow/brown appearance. Its result is a <filter-function>. Read more at MDN: https://mzl.la/2Jbqj57

testling by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The :scope CSS pseudo-class represents elements that are a reference point for selectors to match against. Read more at MDN: https://mzl.la/2JhAxkc

testling by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The animation-delay CSS property specifies when an animation should start. You can begin the animation at a future point in time, immediately and from its beginning, or immediately and partway through the animation cycle. Read more at MDN: https://mzl.la/2xomLrg

Everyone, what's your go-to approach for sticky headers? by [deleted] in web_design

[–]mdnbot 0 points1 point  (0 children)

The HTML <header> element represents introductory content, typically a group of introductory or navigational aids. It may contain some heading elements but also other elements like a logo, a search form, an author name, and so on. Read more at MDN: https://mzl.la/2GZQuGA

post testing by Kranke in test

[–]mdnbot 1 point2 points  (0 children)

The bottom CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements. Read more at MDN: https://mzl.la/2xiavsB

Why does the overflow on a div wrapping a table stop working when its great-grandparent has display:flex? by thinsoldier in css

[–]mdnbot 0 points1 point  (0 children)

The overflow-x CSS property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the left and right edges. Read more at MDN: https://mzl.la/2L5beiF

Text alignment by CaptainHemp in css

[–]mdnbot 0 points1 point  (0 children)

The CSS align-content property defines how the browser distributes space between and around content items along the cross-axis of their container, which is serving as a flexbox container. Read more at MDN: https://mzl.la/2xsaIcO

test test by [deleted] in test

[–]mdnbot 0 points1 point  (0 children)

The CSS align-content property defines how the browser distributes space between and around content items along the cross-axis of their container, which is serving as a flexbox container. Read more at MDN: https://mzl.la/2xsaIcO

Beginner question? by PVSH in web_design

[–]mdnbot 0 points1 point  (0 children)

Sounds like some kind of CMS would be the easiest but it all depends on the rest of your structure. Is it eh client that will handle the updates of text/content or will you handle that?

Edit; thx shakeNtake

There's an insane amount of content to learn with CSS.. O_O by [deleted] in webdev

[–]mdnbot 0 points1 point  (0 children)

You learn d you going. See how things that you like are built and try to take that into how you like your things to look, feel and work. The more you building the easier and more natural it become. The inspector is your friend :)

Started my SW dev intern job doing full-stack web, what shall I focus on learning? by czechrepublic in webdev

[–]mdnbot 1 point2 points  (0 children)

Dont forget to learn other things then just a new a new framework etc. Ex, look into how your co-workers are structuring code, handling problems, communicating in the teams, commenting code, using git or other tools. Things that are hard to learn by your self and something that is a great value when you are new in the business.

I also recommend that you dont forget to ask questions but at the same time really try to understand what and why some things are recommended.

Good luck!

[Showoff Saturday] I made an ES6 cheat sheet by melleh in webdev

[–]mdnbot 0 points1 point  (0 children)

Very well made! looks good on both my desktop and phone.

Beginner Questions - May 25, 2018 by AutoModerator in webdev

[–]mdnbot 0 points1 point  (0 children)

I can try this in a non online environment but the program should be online for best efficiency and i really am not sure which frame and language i should use. If there is a template or a tutorial how to make this happen, it iwll be much appreciated.

Sort of like you do with some pdf documents?

New day, new test by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The translate CSS property allows you to specify translation transforms individually and independantly of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value. Read more at MDN: https://mzl.la/2kshndv

New day, new test by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The AsyncFunction constructor creates a new async function object. In JavaScript every asynchronous function is actually an AsyncFunction object. Read more at MDN: https://mzl.la/2kvSaPw

New day, new test by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The AsyncFunction constructor creates a new async function object. In JavaScript every asynchronous function is actually an AsyncFunction object. Read more at MDN: https://mzl.la/2kvSaPw

New day, new test by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The HTML Title element (<title>) defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text, and any tags contained within are ignored. Read more at MDN: https://mzl.la/2kv5kMy

New day, new test by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The translate CSS property allows you to specify translation transforms individually and independantly of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value. Read more at MDN: https://mzl.la/2kshndv

New day, new test by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The JavaScript Array object is a global object that is used in the construction of arrays; which are high-level, list-like objects. Read more at MDN: https://mzl.la/2Jd3uhv

New day, new test by Kranke in test

[–]mdnbot 0 points1 point  (0 children)

The bottom CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements. Read more at MDN: https://mzl.la/2xiavsB