Skip to content
View p3t3r67x0's full-sized avatar

Organizations

@oklabflensburg
Block or Report

Block or report p3t3r67x0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A CSS pseudo-element is used to styl... A CSS pseudo-element is used to style specified parts of an element. In some cases you can style native HTML controls with vendor specific pseudo-elements. Here you will find an list of cross browser specific pseudo-element selectors.
    1
    Styling native elements
    2
    -------------
    3
    Native HTML controls are a challenge to style. You can style any element in the web platform that uses Shadow DOM with a pseudo element `::pseudo-element` or the `/deep/` path selector.
    4
    
                  
    5
    ```css
  2. Some list of openssl commands for ch... Some list of openssl commands for check and verify your keys
    1
    # openssl
    2
    
                  
    3
    
                  
    4
    ### Install
    5
    
                  
  3. MS Office prefixed style properties ... MS Office prefixed style properties can be used for older versions of MS Excel, MS PowerPoint or MS Word when you want to save a document, presentation, workbook, or worksheet as a web document, or even in older versions for MS Outlook.
    1
    MS Office prefixed style properties
    2
    =============
    3
    
                  
    4
    mso-ansi-font-size
    5
    -------------
  4. markdown-converter markdown-converter Public

    A tool to convert markdown with help of pandoc and LaTeX to pdf

    Python 6

  5. docker-latex docker-latex Public

    A Dockerfile for your LaTeX projects based on Ubuntu rolling releases

    Dockerfile