Conversation
…pepole can see how to use the funtion
|
|
mamtawardhani
left a comment
There was a problem hiding this comment.
Hey @zombiekiller0906, I've requested a bunch of changes in this PR. Could you please do the required changes and let me know once they're done? Thanks! 😄
| - 'Web Development' | ||
| - 'Web Design' | ||
| - 'Computer Science' |
There was a problem hiding this comment.
The tags should be written in alphabetical order
| - 'Web Design' | ||
| - 'Computer Science' | ||
| Tags: # | ||
| - 'Browser compadibility' |
There was a problem hiding this comment.
typo: "Browser Compatibility"
| - 'learn-css' | ||
| - 'paths/Front-End Engineer Career Path | ||
| --- | ||
|
|
There was a problem hiding this comment.
Here an intro para is needed that defines the term and its uses
| @@ -0,0 +1,107 @@ | |||
| --- | |||
| Title: 'translate3d()' | |||
| Description: 'it allows HTML developers to rotate, translate, scale and skew along the X,Y,and Z axes' | |||
There was a problem hiding this comment.
The description should start with a verb
| tx: This parameter holds the length of the translation corresponding to the x-axis. This parameter holds the value in form of number or percentage. | ||
|
|
||
| ty:This parameter holds the length of translation corresponding to the y-axis. This parameter holds the value in form of number or percentage. | ||
|
|
||
| tz:This parameter holds the length of translation corresponding to z-axis. This parameter holds the value in form of numbers only. |
There was a problem hiding this comment.
These should be represented in bullets as:
Parameters:
tx:ty:tz:
|
|
||
| ## Example | ||
|
|
||
| example 1: |
There was a problem hiding this comment.
| example 1: |
| ## Example | ||
|
|
||
| example 1: | ||
| <!DOCTYPE html> |
There was a problem hiding this comment.
Before the code we need a description explaining what the code is actually doing. Also, wrap the code in html and css blocks
|
|
||
| </html> | ||
|
|
||
| example 2: |
There was a problem hiding this comment.
| example 2: | |
| ## Example 2: | |
| </html> | ||
|
|
||
| example 2: | ||
| <!DOCTYPE html> |
There was a problem hiding this comment.
Before the code we need a description explaining what the code is actually doing. Also, wrap the code in html and css blocks
| <h4>Translated Element</h4> | ||
| <div class="GFG geeks">Welcome to GeeksforGeeks</div> | ||
| </body> | ||
| </html> |
There was a problem hiding this comment.
At the end of both examples, the output images are to be linked. Place the images in the media folder in docs and link them here. (for both examples)
…pepole can see how to use the funtion
Description
-added term transform3d() this is at function for css
-Closes issue #8233
Issue Solved
-Closes issue #8233
Type of Change
Checklist
mainbranch.Issues Solvedsection.