Skip to content

Instantly share code, notes, and snippets.

View cuongdevjs's full-sized avatar
🎯
Focusing

Nguyen Manh Cuong cuongdevjs

🎯
Focusing
View GitHub Profile
@cuongdevjs
cuongdevjs / index.css
Last active April 5, 2023 03:08
Pagination React Bootstrap Responsive (Show 3 dots)
.pagination {
margin-top: 2rem;
li{
margin: 0 5px ;
line-height: 1;
.page-link{
&:hover{
color: var(--color-1);
}
}
@cuongdevjs
cuongdevjs / embedded-file-viewer.md
Created September 30, 2021 08:14 — forked from tzmartin/embedded-file-viewer.md
Embedded File Viewer: Google Drive, OneDrive

Office Web Apps Viewer

('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')

http://view.officeapps.live.com/op/view.aspx?src=[OFFICE_FILE_URL]

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[OFFICE_FILE_URL]' width='px' height='px' frameborder='0'>
</iframe>

OneDrive Embed Links

@cuongdevjs
cuongdevjs / index.html
Last active October 16, 2019 16:41
Create own's Virtual DOM (update, create element)
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Gooact: Example #1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style>
.btnRerender {
border: 1px solid red;
@cuongdevjs
cuongdevjs / index.html
Created October 16, 2019 16:37
JS Bin Gooact: Example #1 // source https://jsbin.com/weqojejaci
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Gooact: Example #1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style>
.btnRerender {
border: 1px solid red;